Release 10.1A: OpenEdge Development:
Messaging and ESB


requestReply procedure

Sends a message to a destination specified in the JMSReplyTo message header field and designates the messageConsumer parameter for processing replies.

Syntax

PROCEDURE requestReply.  
DEFINE INPUT PARAMETER destination AS CHARACTER.  
DEFINE INPUT PARAMETER message AS HANDLE. 
DEFINE INPUT PARAMETER replySelector AS CHARACTER.      /*UNKNOWN means 
                                                     receiving all replies*/ 
DEFINE INPUT PARAMETER messageConsumer AS HANDLE.  /*UNKNOWN is illegal*/ 
DEFINE INPUT PARAMETER priority AS INTEGER.            /*Session default is 
                                                     used if UNKNOWN./* 
DEFINE INPUT PARAMETER timeToLive AS DECIMAL.      /*Session default is 
                                                     used if UNKNOWN./* 
DEFINE INPUT PARAMETER deliveryMode AS CHARACTER.       /*Session default is 
                                                     used if UNKNOWN./* 

Applies to

Session objects

Notes

See also

For more information, see the "Request/Reply" section.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095